home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libio / stdio / ChangeLog next >
Text File  |  1994-10-18  |  3KB  |  71 lines

  1. Tue Oct 18 17:15:09 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  2.  
  3.     * getline.c, snprintf.c, vsnprintf.c:  New files, providing
  4.     functionality of the GNU C C library.
  5.     * Makefile.in (STDIO_OBJECTS), configure.in:  Add new files.
  6.     * stdio.h:  Add new functions.
  7.  
  8. Fri Oct 14 15:56:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  9.  
  10.     * stdio.h:  Added vfscanf, vscanf, vsscanf, #ifndef __STRICT_ANSI__.
  11.  
  12. Tue Aug 23 16:17:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  13.  
  14.     * stdio.h:  Added comment, at hjl's request.
  15.  
  16. Sun Aug  7 13:28:12 1994  H.J. Lu  (hjl@nynexst.com)
  17.  
  18.     * stdio.h (getc, getchar, putc, putchar): New declarations.
  19.     Move macros after the declarations.
  20.  
  21. Fri Aug  5 18:27:21 1994  H.J. Lu  (hjl@nynexst.com)
  22.  
  23.     * clearerr.c, rewind.c, setfileno.c:
  24.     Add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
  25.     * feof.c, ferror.c, fgetc.c, fileno.c, fputc.c, getw.c, putw.c,
  26.     vfscanf.c: Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
  27.     * freopen.c: Add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
  28.     * fseek.c, vfprintf.c:
  29.     Add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
  30.  
  31. Fri May 20 13:11:58 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  32.  
  33.     * stdio.h:  Rename _ARGS macro to __P for better gnlibc and
  34.     BSD compatibility.
  35.  
  36. Fri Nov 26 13:26:35 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  37.  
  38.     Bunch of little changes, many from H.J. Lu <hjl@nynexst.com>.
  39.     * feof.c, setbuf.c, vprintf.c, vcanf.c:  #include <stdio.h>,
  40.     for error checking.
  41.     * fileno.c:  #include libioP.h, not just libio.h.
  42.     * fputc.c:  Fix typo.
  43.     * fseek.c, rewind.c:  Use #include "...", not <...> ,for local files.
  44.     * getc.c, getchar.c, putc.c, putchar.c:  New files, providing
  45.     non-macro versions of the standard macros.
  46.     * getw.c, putw.c, setfileno.c, setlinebuf.c:  New files.
  47.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  48.     * vfscanf.c:  Add missing new 4th arg to _IO_vfscanf call.
  49.  
  50. Thu Oct 14 16:12:07 1993  Karen Christiansen  (karen@deneb.cygnus.com)
  51.  
  52.     * configure.in: changed mv to mv -f
  53.  
  54. Mon Oct  4 17:29:23 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  55.  
  56.     * configure.in (stdio_renames):  Add fgetpos, fsetpos, gets,
  57.     perror, setbuffer, ungetc.
  58.     * clearerr.c, ferror.c, fgetc.c, fileno.c, fputc.c, freopen.c,
  59.     fseek.c, popen.c, rewind.c, setbuf.c:  New files.
  60.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  61.     * stdio.h:  Use _IO_XXX instead of _G_XXX many places.
  62.     #include <libio.h> instead of <_stdio.h>, to get useful defs.
  63.  
  64. Fri Aug 20 00:28:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  65.  
  66.     * feof.c, vprintf.c, vscanf.c:  Converted stub functions.
  67.     * configure.in (stdio_renamed):  Removed feof.
  68.     Added sprintf sscanf vsscanf.
  69.     * ChangeLog.old:  Copy of old libg++/iostream/stdio/ChangeLog.
  70.  
  71.